1 /****************************** Module Header ******************************\
2 * Module Name: MFCDialog.h
4 * Copyright (c) Microsoft Corporation.
6 * This source is subject to the Microsoft Public License.
7 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
8 * All other rights reserved.
11 * * 1/21/2009 11:04 PM Jialiang Ge Created
12 \***************************************************************************/
18 #error "include 'stdafx.h' before including this file for PCH"
21 #include "resource.h" // main symbols
25 // See MFCDialog.cpp for the implementation of this class
28 class CMFCDialogApp
: public CWinAppEx
35 virtual BOOL
InitInstance();
42 extern CMFCDialogApp theApp
;